home *** CD-ROM | disk | FTP | other *** search
/ OpenStep 4.1 (User) / OpenStep 4.1 (User).iso / NextApps / Mail.app / Italian.lproj / sendOptions.nib / data.classes next >
Text File  |  1996-01-03  |  980b  |  43 lines

  1. Options = {
  2.     ACTIONS = {"changeView:" = "changeView:"; "ok:" = "ok:"; "revert:" = "revert:"; }; 
  3.     OUTLETS = {
  4.     cancel = cancel; 
  5.     form = form; 
  6.     matrix = matrix; 
  7.     menuCell = menuCell; 
  8.     ok = ok; 
  9.     optionView = optionView; 
  10.     popup = popup; 
  11.     scroll = scroll; 
  12.     text = text; 
  13.     textView = textView; 
  14.     window = window; 
  15.     }; 
  16.     SUPERCLASS = Object; 
  17. };
  18. EditText = {SUPERCLASS = Text; };
  19. FirstResponder = {ACTIONS = {}; SUPERCLASS = Object; };
  20. EnvelopeWell = {SUPERCLASS = View; };
  21. SendOptions = {
  22.     ACTIONS = {
  23.     "changeView:" = "changeView:"; 
  24.     "checkEncrypt:" = "checkEncrypt:"; 
  25.     "doUpdate:" = "doUpdate:"; 
  26.     "revert:" = "revert:"; 
  27.     }; 
  28.     OUTLETS = {
  29.     archiveButton = archiveButton; 
  30.     curSendWindow = curSendWindow; 
  31.     featureList = featureList; 
  32.     fieldPopUp = fieldPopUp; 
  33.     fieldType = fieldType; 
  34.     fieldView = fieldView; 
  35.     needsUpdate = needsUpdate; 
  36.     ok = ok; 
  37.     replyView = replyView; 
  38.     revert = revert; 
  39.     window = window; 
  40.     }; 
  41.     SUPERCLASS = Object; 
  42. };
  43.